footer {
  position: relative;
  background-color: black;
  padding-block: 48px;
}
footer a,
footer p,
footer li {
  color: #adabab;
  text-decoration: none;
}
footer .inner-footer {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  footer .inner-footer {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  footer .inner-footer {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media (max-width: 600px) {
  footer .inner-footer {
    padding-inline: 39px;
  }
}
footer .legal-links {
  text-transform: uppercase;
}
footer .legal-links ul {
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  justify-content: center;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
footer .legal-links li {
  padding: 0 5px;
  position: relative;
  /*&:not(:last-child):after {
                content: "|";
                color: #adabab;
                position: absolute;
                right: -18px;
                top: 50%;
                .translate(0, -50%);
            }*/
}
footer .legal-links li:not(:first-child):before {
  content: "|";
  color: #adabab;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
footer .legal-links li.privacy-check a:after {
  position: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-block;
  right: auto;
}
footer .legal-links li.ja-only {
  display: none;
}
footer .legal-links a {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.88rem;
  line-height: 1.05rem;
  letter-spacing: 0.04em;
}
footer .studio-links {
  position: relative;
  padding: 24px 0;
}
footer .studio-links:before {
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .studio-links:after {
  content: "";
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(88, 88, 88, 0.5) 12%, #707070 50%, rgba(88, 88, 88, 0.5) 88%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .studio-links ul {
  /*display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            grid-gap: 60px 24px;*/
  max-width: 1080px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  place-items: center;
  column-gap: 70px;
  row-gap: 50px;
}
@media (max-width: 600px) {
  footer .studio-links ul {
    column-gap: 20px;
  }
}
@media (max-width: 600px) {
  footer .studio-links ul li {
    width: 135px;
  }
}
footer .studio-links ul li.beenox-logo img {
  height: 30px;
  width: auto;
}
footer .studio-links ul li.iw-logo,
footer .studio-links ul li.hms-logo {
  filter: brightness(0) invert(1);
}
footer .studio-links ul li img {
  width: 115px;
  margin: 0 auto;
}
footer .studio-links a {
  display: block;
}
footer .studio-links img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
footer .rating-links {
  margin: 0 auto;
}
footer .rating-links ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
footer .rating-links ul li.na-logo img {
  height: 105px;
  width: auto;
}
footer .rating-links ul li:first-child img {
  height: auto;
  height: 105px;
  width: auto;
}
footer .rating-links ul li.non-na-logo .rating-logo {
  width: 60px;
}
footer .rating-links ul li img {
  width: 100%;
  display: block;
}
footer .copyright {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  grid-gap: 10px 0;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
footer .copyright > * {
  grid-column: 2;
}
footer .copyright p {
  font-family: "Hitmarker Text Regular", Arial;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media (max-width: 600px) {
  footer .copyright {
    grid-template-columns: 1fr;
  }
}
footer .cookie-settings {
  text-align: center;
  margin: 0 auto;
}
footer .cookie-settings button {
  color: #FFF !important;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #abadad !important;
  border-radius: 5px;
  padding: 10px 30px !important;
}
footer .footer-locale-selector {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -5px;
}
footer .footer-locale-selector .atvi-locale-selector {
  display: block;
}
footer .footer-locale-selector .atvi-locale-selector a {
  color: #FFF;
}
footer .footer-locale-selector .atvi-locale-selector a.CN > .region,
footer .footer-locale-selector .atvi-locale-selector a.TW > .region {
  display: block;
  color: #FFF;
}
footer .footer-locale-selector .atvi-locale-selector .locale-menu {
  position: absolute;
  bottom: 20px;
  z-index: 1000;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
footer .footer-locale-selector .atvi-locale-selector .locale-menu .locale-list {
  background: #434343;
  display: block;
  text-align: left;
}
footer .footer-locale-selector .atvi-locale-selector .locale-menu .locale-list li {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-locale-selector .atvi-locale-selector .locale-menu .close-button {
  display: none;
}
footer .footer-locale-selector .atvi-locale-selector .CN .flag,
footer .footer-locale-selector .atvi-locale-selector .TW .flag {
  opacity: 0;
}
footer .footer-locale-selector .atvi-locale-selector .locale-list {
  width: 340px;
}
footer .footer-locale-selector .atvi-locale-selector .locale-entry {
  width: 45%;
}
footer .footer-locale-selector .atvi-locale-selector .locale-entry.loc-mx.MX {
  display: none;
}
footer .footer-locale-selector .atvi-locale-selector .locale-entry.CN .flag,
footer .footer-locale-selector .atvi-locale-selector .locale-entry.TW .flag {
  display: none;
}
html[lang='en-AU'] footer .rating-links ul li a img,
html[lang='en-NZ'] footer .rating-links ul li a img,
html[lang='th'] footer .rating-links ul li a img,
html[lang='en-MY'] footer .rating-links ul li a img {
  width: 160px;
  height: auto;
}
html[lang="ja"] footer .legal-links li.ja-only {
  display: block;
}
html[dir="rtl"] footer .legal-links li:not(:first-child):before {
  left: unset;
  right: -18px;
}
